ATN

[Function] - Arithmetic function, returns Arc Tangent


Syntax:

ATN (NummericExpression)

Parameters:

NummericExpression: Any Nummeric expression

Description:

Returns the arc tangent value of the given argument. Argument must be a numeric expression. Returned value type is float.

Examples:


PRINT "Arc Tangent value of a is "; ATN(a)

The above function, when called, returns the Arc Tangent expression of a.

Notes:

See also:

COS, ACS, TAN, ASN, SIN


Supported Plattforms:

ZX Spectrum